projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe04b8c
)
(calendar-only-one-frame-setup): Add autoload.
author
Glenn Morris
<rgm@gnu.org>
Mon, 20 Jan 2003 21:27:41 +0000
(21:27 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 20 Jan 2003 21:27:41 +0000
(21:27 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 8bcf544302fd2f3373a931477cf423b43c012d6e..17625ee3655bb8c299f3471598fdb296c4a5db48 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
+
+ * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
+
2003-01-20 Richard M. Stallman <rms@gnu.org>
* simple.el (completion-setup-function): Set default-directory
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index a9d9a7043969372fa03b4db1b4c8b5b577703ada..8de969df369b4cffb8f73610fab7ebc88b45e0ac 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-1351,6
+1351,9
@@
The Gregorian date Sunday, December 31, 1 BC is imaginary."
"Move cursor to DATE."
t)
+(autoload 'calendar-only-one-frame-setup "cal-x"
+ "Start calendar and display it in a dedicated frame.")
+
(autoload 'calendar-one-frame-setup "cal-x"
"Start calendar and display it in a dedicated frame together with the diary.")